home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
sound
/
sounder.zip
/
DSOUND.H
< prev
next >
Wrap
Text File
|
1990-09-11
|
555b
|
21 lines
/* Defines for accessing DSOUND.DLL */
/* Defaults for DSOUND parameters */
#define DSOUND_DEF_FREQ 22000
#define DSOUND_DEF_SAMPSIZE 0
#define DSOUND_DEF_VOLUME 10
#define DSOUND_DEF_SHIFT 4
/* Offsets for the .SND/DSOUND format */
#define SND_SAMPSIZE_OFS 0
#define SND_FREQ_OFS 2
#define SND_VOLUME_OFS 4
#define SND_SHIFT_OFS 6
#define SND_SIZE_OFS 8
#define SND_START_OFS 12
#define SND_HEADER_SIZE 32
void FAR PASCAL PlaySound(LPSTR, DWORD, unsigned, unsigned, unsigned, unsigned);
int FAR PASCAL GetDSoundVersion();